home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / i386 / mach.h < prev    next >
C/C++ Source or Header  |  1993-10-02  |  701b  |  21 lines

  1. /* Configuration for an i386 running Mach as the target machine.  */
  2.  
  3. /* We do want to add an underscore to the front of each user symbol.
  4.    i386/gas.h checks this.  */
  5. #define YES_UNDERSCORES
  6.  
  7. #include "i386/gstabs.h"
  8.  
  9. /* Get perform_* macros to build libgcc.a.  */
  10. #include "i386/perform.h"
  11.  
  12. #undef CPP_PREDEFINES
  13. #define CPP_PREDEFINES "-Dunix -Di386 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i386) -Amachine(i386)"
  14.  
  15. /* Specify extra dir to search for include files.  */
  16. #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
  17.  
  18. /* Don't default to pcc-struct-return, because gcc is the only compiler, and
  19.    we want to retain compatibility with older gcc versions.  */
  20. #define DEFAULT_PCC_STRUCT_RETURN 0
  21.